home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Toolkit / Enhance / PlacesBar / pbsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-02-20  |  2.3 KB  |  49 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=Placesbar Constructor
  4. AppVerName=Placesbar Constructor 1.2
  5. AppId=Placesbar Constructor
  6. AppPublisher=Auxtools Software
  7. AppPublisherURL=http://www.auxtools.com
  8. AppSupportURL=http://www.auxtools.com
  9. AppUpdatesURL=http://www.auxtools.com
  10. DefaultDirName={pf}\Placesbar Constructor
  11. DefaultGroupName=Placesbar Constructor
  12. OutputBaseFilename=pbsetup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\pbcon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. [INI]
  21. FileName: "{app}\pbcon.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.auxtools.com"; 
  22. [Run]
  23. Filename: "{app}\pbcon.exe"; Description: "{cm:LaunchProgram,Placesbar Constructor}"; Flags: postinstall skipifsilent nowait
  24. [Icons]
  25. Name: "{group}\Placesbar Constructor"; Filename: "{app}\pbcon.exe"; 
  26. Name: "{group}\{cm:ProgramOnTheWeb,Placesbar Constructor}"; Filename: "{app}\pbcon.url"; 
  27. Name: "{group}\{cm:UninstallProgram,Placesbar Constructor}"; Filename: "{uninstallexe}"; 
  28. Name: "{userdesktop}\Placesbar Constructor"; Filename: "{app}\pbcon.exe"; Tasks: desktopicon; 
  29. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Placesbar Constructor"; Filename: "{app}\pbcon.exe"; Tasks: quicklaunchicon; 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  32. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  33. [UninstallDelete]
  34. Type: files; Name: "{app}\pbcon.url"; 
  35. [CustomMessages]
  36. english.NameAndVersion=%1 version %2
  37. english.AdditionalIcons=Additional icons:
  38. english.CreateDesktopIcon=Create a &desktop icon
  39. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  40. english.ProgramOnTheWeb=%1 on the Web
  41. english.UninstallProgram=Uninstall %1
  42. english.LaunchProgram=Launch %1
  43. english.AssocFileExtension=&Associate %1 with the %2 file extension
  44. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  45. [Languages]
  46. ; These files are stubs
  47. ; To achieve better results after recompilation, use the real language files
  48. Name: "english"; MessagesFile: "embedded\english.isl"; 
  49.